home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_v / vargr2.zip / ATTEND.FRM < prev    next >
Text File  |  1993-03-26  |  617b  |  14 lines

  1. {This form writes the scores for all tasks for all students in the class!
  2. {[OnePerPage] <- Add this command to print one set of students per page
  3. [CtrJust][Print"BoldOn"]["Attendance Summary"][Print"BoldOff"][LJust]
  4.  
  5. Class: [classname]
  6. Date: [date]
  7. Attendance days: [AttTotal]
  8.  
  9. [header]["Name":21][CJust][" ":2]["Present":10]["Excused":10]["Unexcused":10][LJust]
  10. [students][name:21][" ":2][AttPresent:6][" ":4][AttExcused:6][" ":4][AttUnex:6]
  11.  
  12. [header]["Name":21][CJust][" ":2]["Late":10]["Other":10][LJust]["Not present":12]
  13. [students][name:21][" ":2][AttLate:6][" ":4][AttOther:6][" ":4][AttNotPres:6]
  14.